home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / TravelingSalesman / Source_code / drawingFuncs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-26  |  402 b   |  17 lines

  1. /* drawingFuncs.h generated from drawingFuncs.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWINGFUNCS_H
  6. #define DRAWINGFUNCS_H
  7.  
  8. extern void loadPSProcedures( void );
  9.  
  10. extern void drawCircle(float x, float y, float radius);
  11.  
  12. extern void join(float x1, float y1, float x2, float y2);
  13.  
  14. extern void drawAxes(float x, float y, float width, float height);
  15.  
  16. #endif DRAWINGFUNCS_H
  17.